home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.003 / stk-3 / stk / 3.1 / STk / Tk-classes.stklos < prev    next >
Encoding:
Text File  |  1996-07-29  |  2.1 KB  |  51 lines

  1. ;;;;
  2. ;;;; T k - c l a s s e s . s t k    -- A set of autoloads for Tk classes
  3. ;;;;
  4. ;;;; Copyright ⌐ 1993-1996 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
  5. ;;;; 
  6. ;;;; Permission to use, copy, and/or distribute this software and its
  7. ;;;; documentation for any purpose and without fee is hereby granted, provided
  8. ;;;; that both the above copyright notice and this permission notice appear in
  9. ;;;; all copies and derived works.  Fees for distribution or use of this
  10. ;;;; software or derived works may only be charged with express written
  11. ;;;; permission of the copyright holder.  
  12. ;;;; This software is provided ``as is'' without express or implied warranty.
  13. ;;;;
  14. ;;;;           Author: Erick Gallesio [eg@unice.fr]
  15. ;;;;    Creation date: 19-Sep-1994 16:00
  16. ;;;; Last file update:  2-Jul-1996 11:49
  17.  
  18.  
  19. ;;;; Specify a suffix for autoload because filename are not case sensitive 
  20. ;;;; under Win32!
  21.  
  22.  
  23. (autoload "Button.stklos"       <Label> <Button> <Check-button> <Radio-button>)
  24. (autoload "Canvas.stklos"       <Canvas> <Canvas-group> <Arc> <Bitmap-item> <Line> 
  25.                    <Oval> <Polygon> <Rectangle> <Text-item> <Window>)
  26. (autoload "Entry.stklos"        <Entry>)
  27. (autoload "Frame.stklos"        <Frame>)
  28. (autoload "Listbox.stklos"       <Listbox>)
  29. (autoload "Menu.stklos"         <Menu> <Menu-button> make-menubar)
  30. (autoload "Message.stklos"      <Message>)
  31. (autoload "Scale.stklos"        <Scale>)
  32. (autoload "Scrollbar.stklos"      <Scrollbar>)
  33. (autoload "Text.stklos"          <Text>)
  34. (autoload "Toplevel.stklos"     <Toplevel> *top-root* deiconify iconify withdraw
  35.                    toplevel-frame toplevel-state)
  36. (autoload "Choicebox.stklos"     <Choice-box>)
  37. (autoload "Defbutton.stklos"     <Default-button>)
  38. (autoload "Filebox.stklos"     <File-box> make-file-box)
  39. (autoload "Lentry.stklos"     <Labeled-entry>)
  40. (autoload "Multiwin.stklos"     <Multiple-window> <Inner-window>)
  41. (autoload "Multipaned.stklos"     <MultiPaned>)
  42. (autoload "Paned.stklos"     <HPaned> <VPaned>)
  43. (autoload "Scrollbox.stklos"     <Scroll-Listbox>)
  44. (autoload "Scrollcanvas.stklos"     <Scroll-Canvas>)
  45. (autoload "Scrolltext.stklos"     <Scroll-Text>)
  46. (autoload "Image.stklos"     <Bitmap-image> <Photo-image>)
  47.  
  48. (autoload "Basics.stklos"     <Tk-widget> <Tk-Composite-Widget>)
  49.  
  50. (provide "Tk-classes")
  51.